home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / pcqpascalv1.2d.lha / Scripts / EMACS-ShowError < prev    next >
AmigaDOS Script File  |  1991-09-02  |  451b  |  18 lines

  1. .key source,dest,error
  2.  
  3. ; This file is the PCQ error handler for Daniel Lawrence's
  4. ; MicroEmacs (it will not work with Commodore's MEMACS).
  5. ; To use this handler, include the following line in
  6. ; your PCQ.CFG file:
  7. ;
  8. ;    CompilerError EMACS-ShowError \s \d \e
  9. ;
  10. ; Then attach the file EMACS.errors to the end of your EMACS.RC
  11. ; file (the MicroEMACS configuration file).
  12.  
  13. copy <error> T:EMACS-Error
  14. EMACS
  15. delete <dest>
  16. delete <error>
  17. delete T:EMACS-Error
  18.